MarkerAnimationOptions

@Serializable
data class MarkerAnimationOptions(val duration: Double? = null, val easing: MPIOptions.EASING_MODE? = null)

Constructors

Link copied to clipboard
constructor(duration: Double? = null, easing: MPIOptions.EASING_MODE? = null)

Properties

Link copied to clipboard
val duration: Double? = null

Duration of the animation in milliseconds.

Link copied to clipboard

Easing mode for the animation.